home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / vbcc / machines / amigappc / include / proto / dos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-24  |  136 b   |  7 lines

  1. #ifndef PROTO_DOS_H
  2. #define PROTO_DOS_H
  3. #include <exec/types.h>
  4. extern struct DosLibrary *DOSBase ;
  5. #include <clib/dos_protos.h>
  6. #endif
  7.